runtime.schedt.stopwait (field)

17 uses

	runtime (current package)
		proc.go#L1109: 		sched.stopwait = freezeStopWait
		proc.go#L1577: 	sched.stopwait = gomaxprocs
		proc.go#L1583: 	sched.stopwait--
		proc.go#L1594: 			sched.stopwait--
		proc.go#L1610: 		sched.stopwait--
		proc.go#L1612: 	wait := sched.stopwait > 0
		proc.go#L1641: 	if sched.stopwait != 0 {
		proc.go#L3081: 		sched.stopwait--
		proc.go#L3082: 		if sched.stopwait == 0 {
		proc.go#L3234: 	sched.stopwait--
		proc.go#L3235: 	if sched.stopwait == 0 {
		proc.go#L4570: 	if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
		proc.go#L4586: 		if sched.stopwait--; sched.stopwait == 0 {
		proc.go#L4772: 	if sched.stopwait == freezeStopWait {
		proc.go#L6409: 		print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
		runtime2.go#L820: 	stopwait   int32